home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Enterprise Objects Framework 1.1
/
NeXT Enterprise Objects Framework 1.1.iso
/
NextDeveloper
/
Headers
/
eointerface
/
EOBrowserAssociation.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-09
|
324 b
|
22 lines
// EOBrowserAssociation.h
// Enterprise Objects Framework
//
// Copyright 1993 NeXT Computer, Inc.
// All Rights Reserved
#ifdef SHLIB
#import "shlib.h"
#endif
#import "EOAssociation.h"
@interface EOBrowserAssociation: EOAssociation
{
}
// Target/action method for destination to send to
- controlActed:sender;
@end